What is diff b/w interface inheritance and class inheritance ?
2661
23-May-2011
Anonymous User
23-May-2011In interface inheritance : Inherited class must implement all the methods define in that interface. Class inheritance : inherited class may or may not implement all methods of that base class.